Loans API
Get Effective Interest Rate
Description: This endpoint is used to create Effective Interest Rate
Mulesoft Request:
Headers:
Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, Authorization
Optional Headers: x-sub-channel-id,x-user-id, client_secret,x-debug-flag,x-debug-flag, x-customer-id
Paramaters:
URI Params: NA
Query Params: NA
Content-type: application/json
{
      "productName": "CBOJ.RET.EDU.LOAN",
      "currency": "JOD",
      "amount": "1000000",
      "startDate": "20220125",
      "endDate": "20220125"
}Mulesoft Response:
Success Response: (200)
{
    "status": {
        "success": true,
        "code": "200",
        "arabicMessage": "تمت العملية بنجاØ",
        "englishMessage": "The Operation has been Successfully Completed"
    },
    "response":
          {
            "effectiveInterestRate" :  "2.11"
          }
}